116 research outputs found

    Data Mining Using Relational Database Management Systems

    Get PDF
    Software packages providing a whole set of data mining and machine learning algorithms are attractive because they allow experimentation with many kinds of algorithms in an easy setup. However, these packages are often based on main-memory data structures, limiting the amount of data they can handle. In this paper we use a relational database as secondary storage in order to eliminate this limitation. Unlike existing approaches, which often focus on optimizing a single algorithm to work with a database backend, we propose a general approach, which provides a database interface for several algorithms at once. We have taken a popular machine learning software package, Weka, and added a relational storage manager as back-tier to the system. The extension is transparent to the algorithms implemented in Weka, since it is hidden behind Weka’s standard main-memory data structure interface. Furthermore, some general mining tasks are transfered into the database system to speed up execution. We tested the extended system, refered to as WekaDB, and our results show that it achieves a much higher scalability than Weka, while providing the same output and maintaining good computation time

    Male circumcision and prevalence of genital human papillomavirus infection in men : a multinational study

    Get PDF
    Background: Accumulated evidence from epidemiological studies and more recently from randomized controlled trials suggests that male circumcision (MC) may substantially protect against genital HPV infection in men. The purpose of this study was to assess the association between MC and genital HPV infection in men in a large multinational study. Methods: A total of 4072 healthy men ages 18-70 years were enrolled in a study conducted in Brazil, Mexico, and the United States. Enrollment samples combining exfoliated cells from the coronal sulcus, glans penis, shaft, and scrotum were analyzed for the presence and genotyping of HPV DNA by PCR and linear array methods. Prevalence ratios (PR) were used to estimate associations between MC and HPV detection adjusting for potential confounders. Results: MC was not associated with overall prevalence of any HPV, oncogenic HPV types or unclassified HPV types. However, MC was negatively associated with non-oncogenic HPV infections (PR 0.85, 95% confident interval: 0.76-0.95), in particular for HPV types 11, 40, 61, 71, and 81. HPV 16, 51, 62, and 84 were the most frequently identified genotypes regardless of MC status. Conclusions: This study shows no overall association between MC and genital HPV infections in men, except for certain non-oncogenic HPV types for which a weak association was found. However, the lack of association with MC might be due to the lack of anatomic site specific HPV data, for example the glans penis, the area expected to be most likely protected by MC

    A Common SMAD7 Variant Is Associated with Risk of Colorectal Cancer: Evidence from a Case-Control Study and a Meta-Analysis

    Get PDF
    <div><h3>Background</h3><p>A common genetic variant, rs4939827, located in <em>SMAD7</em>, was identified by two recent genome-wide association (GWA) studies to be strongly associated with the risk of colorectal cancer (CRC). However, the following replication studies yielded conflicting results.</p> <h3>Method and Findings</h3><p>We conducted a case-control study of 641 cases and 1037 controls in a Chinese population and then performed a meta-analysis, integrating our and published data of 34313 cases and 33251 controls, to clarify the relationship between rs4939827 and CRC risk. In our case-control study, the dominant model was significant associated with increased CRC risk [Odds Ratio (OR) = 1.46; 95% confidence interval (95% CI), 1.19–1.80]. The following meta-analysis further confirmed this significant association for all genetic models but with significant between-study heterogeneity (all <em>P</em> for heterogeneity <0.1). By stratified analysis, we revealed that ethnicity, sample size, and tumor sites might constitute the source of heterogeneity. The cumulative analysis suggested that evident tendency to significant association was seen with adding study samples over time; whilst, sensitive analysis showed results before and after removal of each study were similar, indicating the highly stability of the current results.</p> <h3>Conclusion</h3><p>Results from our case-control study and the meta-analysis collectively confirmed the significant association of the variant rs4939827 with increased risk of colorectal cancer. Nevertheless, fine-mapping of the susceptibility loci defined by rs4939287 should be imposed to reveal causal variant.</p> </div

    Data mining with relational database management systems

    No full text
    With the increasing demands of transforming raw data into information and knowledge, data mining becomes an important field to the discovery of useful information and hidden patterns in huge datasets. Both machine learning and database research have made major contributions to the field of data mining. However, there is still little effort made to improve the scalability of algorithms applied in data raining tasks. Scalability is crucial for data mining algorithms, since they have to handle large datasets quite often. In this thesis we take a step in this direction by extending a popular machine learning software, Weka3.4, to handle large datasets that can not fit into main memory by relying on relational database technology. Weka3.4-DB is implemented to store the data into and access the data from DB2 with a loose coupling approach in general. Additionally, a semi-tight coupling is applied to optimize the data manipulation methods by implementing core functionalities within the database. Based on the DB2 storage implementation, Weka3.4-DB achieves better scalability, but still provides a general interface for developers to implement new algorithms without the need of database or SQL knowledge
    • …
    corecore